Fig organization in the development of PHP-related specifications, referred to as PSR. There are now 4 code specifications, the recent time to translate into the Chinese version. Suggest doing PHP students are concerned about.Document Warehouse
1. Embedding rules
JavaScript programs should be included in the. js file as much as possible in the form of in the page when called. JavaScript code is not specific to the page, you should try to avoid writing JavaScript code directly in the page.
1. Indent (indentation)Indent with four Space Code tabWhere indentation is used:function body, loop (do,while,for,for-in), if, switch, and object properties in the object literal. Example:1 functionouter (A, b) {2 varc = 1,3D = 2,4 Inner;5
. NETFramework Introduction
. NETFramework runs on top of the operating system, providing good cross-language features.
. NETFramework contains two content: Common language Runtime (CLR) and class library set (FCL)
MSIL Microsoft intermediate
Instructions for migrating Appium0.18.x to Appium1.x (useful frequently. I have answered a few questions ).Https://github.com/appium/appium/blob/master/docs/en/advanced-concepts/migrating-to-1-0.mdMigrating your tests from Appium 0.18.x to Appium
First, naming
Naming schemes are the most powerful help for understanding the logical flow of an application. The name should say "what" rather than "how." You can preserve the abstraction layer of simplified complexity by avoiding the name of the
Always want to write a code of their own standards, after a period of excellent open source code observation and look at other people write standards, feel good code to people feel is comfortable, also very important. So put them in summary, for
Android encoding Specification class name: Big Hump (Pascal) nomenclature: Also weigh hump nomenclature, the first letter of all words capitalized method function: Small hump (Camel) nomenclature: Also known as the Small Hump name method, except the
Chapter three basic program design structure of Java
Java is case sensitive
Name specification for camel nomenclature, cannot use reserved word
The main method must be declared public
If the main method exits normally, the Java application'
Original article: http://www.irritatedvowel.com/Programming/Standards.aspx
. NET Programming Standards and Naming ConventionsCommon. NET Naming Conventions
These are the industry-accepted standard naming conventions for J #, C # and VB. NET
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.